- 打字机
用途:文字对话,逐字出现文字。常用于新手引导文字对话、人物对话
- 跑马灯
用途:在一个区域内,实现文字滚动。常用于游戏公告、弹幕消息
- 背景无限滚动
用途:让背景动起来。
- 遥控杆
用途:通过遥杆控制目标移动方向。
- 滚动式组件
用途:让多个子控件在一个区域内实现滚动。常用于小游戏内,作为跳转其他小游戏的入口,做滚动效果。 CocosCreatorDemo-master├── GameDesignDemo
│ ├── README.md
│ ├── assets
│ │ ├── Scene
│ │ │ ├── BgRollInfinite.fire
│ │ │ ├── BgRollInfinite.fire.meta
│ │ │ ├── HorseRaceLamp.fire
│ │ │ ├── HorseRaceLamp.fire.meta
│ │ │ ├── Rocker.fire
│ │ │ ├── Rocker.fire.meta
│ │ │ ├── ScrollItemList.fire
│ │ │ ├── ScrollItemList.fire.meta
│ │ │ ├── TypeWriter.fire
│ │ │ └── TypeWriter.fire.meta
│ │ ├── Scene.meta
│ │ ├── Script
│ │ │ ├── BgRollInfinite.ts
│ │ │ ├── BgRollInfinite.ts.meta
│ │ │ ├── HorseReceLamp.ts
│ │ │ ├── HorseReceLamp.ts.meta
│ │ │ ├── Rocker.ts
│ │ │ ├── Rocker.ts.meta
│ │ │ ├── ScrollItemList.ts
│ │ │ ├── ScrollItemList.ts.meta
│ │ │ ├── TypeWriter.ts
│ │ │ └── TypeWriter.ts.meta
│ │ ├── Script.meta
│ │ ├── Texture
│ │ │ ├── HelloWorld.png
│ │ │ ├── HelloWorld.png.meta
│ │ │ ├── bg.png
│ │ │ ├── bg.png.meta
│ │ │ ├── joystick.png
│ │ │ ├── joystick.png.meta
│ │ │ ├── rockerBg.png
│ │ │ ├── rockerBg.png.meta
│ │ │ ├── singleColor.png
│ │ │ └── singleColor.png.meta
│ │ ├── Texture.meta
│ │ ├── resources
│ │ │ ├── item.prefab
│ │ │ └── item.prefab.meta
│ │ └── resources.meta
│ ├── creator.d.ts
│ ├── jsconfig.json
│ ├── project.json
│ ├── settings
│ │ ├── builder.json
│ │ ├── builder.panel.json
│ │ ├── project.json
│ │ └── services.json
│ ├── template-banner.png
│ ├── template.json
│ └── tsconfig.json
└── README.md
7 directories, 48 files
评论